Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++
1) Algorithm
2) Basics
3) Bitset
4) Class
5) Console
6) Data Structure
7) Data Type
8) Deque
9) Development
10) File
11) Function
12) Generic
13) Language
14) List
15) Map Multimap
16) Overload
17) Pointer
18) Qt
19) Queue Stack
20) Set Multiset
21) String
22) Valarray
23) Vector
Set Multiset
1) Add elements in a list to a set
2) Add elements into an integer set and output all added elements
3) Assign elements to another multiset with ascending order
4) Assigning sets to each other
5) Compare sets with == operator
6) Count elements in multiset by value
7) Create a set that contains list1 - list2
8) Create sets with string elements
9) Create the intersection of list1 and list2
10) Create the symmetric difference between list1 and list2
11) Create the union of two lists
12) Declare a string set
13) Demonstrating multiset erase a found element
14) Demonstrating multiset erase functions
15) Demonstrating multiset search member functions
16) Determine lower and upper bound of a value in intMultiset
17) Determine lower bound of a value in intMultiset
18) Disjoint() algorithm
19) Get the difference between two sets
20) Get the symmetric difference between two sets
21) Insert 4 again to an integer set and process return value
22) Insert element to a multiset
23) Insert elements in array to a multiset
24) Instantiating STL set and multiset of Integers
25) Intersect two sets
26) Iterator that cannot be used to change element values in multiset
27) Multiset count
28) MultisetUser Object
29) Read keyboard input to a set directly
30) Remove all elements up to element with value 3
31) Remove all elements with value 5
32) Set
33) Set comparison
34) Set insert returns pair
35) Set_difference and back_inserter
36) Union two sets
37) Use array to initialize a set
38) Use equal_range to determine lower and upper bound of a value in int Multiset
39) Use set_difference to get values from only one list
40) Use set_intersection to intersect two lists
41) Use set_symmetric_difference() to get the difference between two lists
42) Use set_union to union two lists
43) Use std
44) Using the erase Member Function on a Multiset